draw arrows pointing to the right correctly placed inside their GdkWindow.
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 14 Dec 2006 13:15:13 +0000 (13:15 +0000)
committerCarlos Garnacho <carlosg@src.gnome.org>
Thu, 14 Dec 2006 13:15:13 +0000 (13:15 +0000)
2006-12-14  Carlos Garnacho  <carlosg@gnome.org>

        * gtk/gtkcalendar.c: draw arrows pointing to the right correctly
        placed inside their GdkWindow. Bug #385672.

ChangeLog
gtk/gtkcalendar.c

index cef48f3421fad45d973dbb4d32148bd3f188c5b9..6a53cbf242c39cde9f87f2d87f4ac5d4946dcef4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-14  Carlos Garnacho  <carlosg@gnome.org>
+
+       * gtk/gtkcalendar.c: draw arrows pointing to the right correctly
+       placed inside their GdkWindow. Bug #385672.
+
 2006-12-14  Christian Persch  <chpe@cvs.gnome.org>
 
        * gtk/gtkiconview.c: Fix docs typo. Bug #385642.
index 9197706908cc514a25c64c5e9eb782cf3ff55f2f..ca862424f40695a85f0181d0537edae85c96ae25 100644 (file)
@@ -2299,7 +2299,7 @@ calendar_paint_arrow (GtkCalendar *calendar,
        gtk_paint_arrow (widget->style, window, state, 
                         GTK_SHADOW_OUT, NULL, widget, "calendar",
                         GTK_ARROW_RIGHT, TRUE, 
-                        width/2 - 2, height/2 - 4, 8, 8);
+                        width/2 - 4, height/2 - 4, 8, 8);
     }
 }